GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-25T09:08:36.9956001+00:00",
"SubmitDate": "2026-05-25T09:08:36.9956001+00:00",
"ReportPeriodStart": "2026-05-25T09:08:36.9956001+00:00",
"ReportPeriodEnd": "2026-05-25T09:08:36.9956001+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c1c57453-f74f-400a-8af9-323921f48084",
"Rows": [
{
"ItemId": "770f52de-7d89-4948-80a3-9cd85383e89e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "770f52de-7d89-4948-80a3-9cd85383e89e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c1c57453-f74f-400a-8af9-323921f48084",
"Rows": [
{
"ItemId": "770f52de-7d89-4948-80a3-9cd85383e89e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "770f52de-7d89-4948-80a3-9cd85383e89e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"13dc1c09-2819-4400-baf0-d5e44e15de1d",
"dc22abed-e0bd-4f0b-9f1d-6fb8c0573e05"
],
"Approvers": [
"a47899bb-68c1-40da-8c26-aa4a51fd4d1a",
"bd00cdd5-9ee1-4f71-b25f-6066876eb7fb"
],
"ApprovedBy": "c5a97dd7-bb70-4ff6-a51b-90032ab8a705",
"ApprovalDate": "2026-05-25T09:08:36.9956001+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "56fd8d91-a196-4d90-94fc-9cb0fcd43b2a",
"id": "43229cc7-f749-4b5f-81f0-25da0e91fe47",
"ConfigId": "d3bb099d-f7d2-4183-83a7-3fd5b23f0ee7"
},
{
"GenerationDate": "2026-05-25T09:08:36.9956001+00:00",
"SubmitDate": "2026-05-25T09:08:36.9956001+00:00",
"ReportPeriodStart": "2026-05-25T09:08:36.9956001+00:00",
"ReportPeriodEnd": "2026-05-25T09:08:36.9956001+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c1c57453-f74f-400a-8af9-323921f48084",
"Rows": [
{
"ItemId": "770f52de-7d89-4948-80a3-9cd85383e89e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "770f52de-7d89-4948-80a3-9cd85383e89e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c1c57453-f74f-400a-8af9-323921f48084",
"Rows": [
{
"ItemId": "770f52de-7d89-4948-80a3-9cd85383e89e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "770f52de-7d89-4948-80a3-9cd85383e89e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"13dc1c09-2819-4400-baf0-d5e44e15de1d",
"dc22abed-e0bd-4f0b-9f1d-6fb8c0573e05"
],
"Approvers": [
"a47899bb-68c1-40da-8c26-aa4a51fd4d1a",
"bd00cdd5-9ee1-4f71-b25f-6066876eb7fb"
],
"ApprovedBy": "c5a97dd7-bb70-4ff6-a51b-90032ab8a705",
"ApprovalDate": "2026-05-25T09:08:36.9956001+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "56fd8d91-a196-4d90-94fc-9cb0fcd43b2a",
"id": "43229cc7-f749-4b5f-81f0-25da0e91fe47",
"ConfigId": "d3bb099d-f7d2-4183-83a7-3fd5b23f0ee7"
}
]